home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / lang / SGMLS.lha / SGMLS / test / test011.sgm < prev    next >
Text File  |  1994-07-10  |  296b  |  14 lines

  1. <!-- TEST11.GML: termination of R/CDATA element; reports 7 errors. -->
  2. <!doctype doc [
  3.  <!element doc o o (rt|ct)* +(qt)>
  4.  <!element rt  o o RCDATA>
  5.  <!element qt  o o (#PCDATA)>
  6.  <!element ct  o o CDATA>
  7. ]>
  8. <doc>
  9. <rt>da&#space;ta</qt>
  10. <qt>data</rt>
  11. <ct>da&#space;ta</x>
  12. <ct/da&#space;ta/
  13. </doc>
  14.